ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewItemResult<T> Class / Error Property

In This Topic
    Error Property (CollectionViewItemResult<T>)
    In This Topic
    Gets or sets the error message.
    Syntax
    'Declaration
     
    Public Property Error As String
    public string Error {get; set;}
    See Also